.DefaultProductListing-Heading h1 {
font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 32px;
letter-spacing: -0.03em;
text-align: left;
 
color: #2a2a2f;
}

.DefaultProductListing-ProductName h2 {
font-family: Inter;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
text-align: left;
 
color: #2a2a2f;
}

div.DefaultProductListing-ProductName:hover {
    color: #2a2a2f;
    text-decoration: none;
}

.DefaultProductListing-ItemCode {
padding: 6px 7px;
 
background: rgba(225, 232, 240, 0.8999999761581421);
border-radius: 4px;
font-family: Inter;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 14px;
text-align: left;
 
color: #0e162b;
}

.DefaultProductListing-ProductPrice {
font-family: Inter;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 24px;
letter-spacing: -0.02em;
text-align: left;
 
color: #2a2a2f;
}

.DefaultProductListing-TaxPrice {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #70757A;
}

.DefaultProductListing-RRPPrice {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #70757A;
text-decoration: line-through;
}

.DefaultProductListing-AddToBasket {
    background: #c91e15;
}

.DefaultProductListing-AddToBasket:hover {
    background: #C94D47;
}

.HomePagePromoCartIcon {
font-family: Font Awesome 6 Pro;
font-style: normal;
font-weight: Unhandled font weight;
font-size: 22px;
line-height: 22px;
text-align: center;
 
color: #ffffff;
}

.DefaultProductListing-SelectOptions {
   background: #c91e15;
}

.DefaultProductListing-SelectOptions:hover {
    background: #C94D47;
}

.HomePagePromoViewDetailsIcon {
font-family: Font Awesome 6 Pro;
font-style: normal;
font-weight: Unhandled font weight;
font-size: 22px;
line-height: 22px;
text-align: center;
 
color: #c91e15;
}

.DefaultProductListing-ViewDetails {
    background: #fde9ea;
}

.DefaultProductListing-ViewDetails:hover {
    background: #FFD9DB;
}

.DefaultProductListing-SoldText {
font-family: Inter;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 18px;
letter-spacing: -0.02em;
text-align: left;
 
color: #2a2a2f;
}

#DefaultProductListing-EstimatedDeliveryMessage {
    font-family: Inter, sans-serif;
    font-weight: 400;
    color: #323940;
    font-size: 16px;
    background-color: #c91e1520;
    text-align: center;
}

.EstimatedDelivery-Icon {
    font-family: Font Awesome 6 Free;
    font-style: normal;
    font-weight: Unhandled font weight;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #323940;
}

#DefaultProductListing-FilterPanel {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 75% 25%;
    grid-column-gap: 0px;
    float: left;
    padding-left: 0%;
    padding-right: 0%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0px 5px 0px;
    margin-bottom: 20px;
align-items: center;
}

#MobilepageAttributeFilter {
    float: left;
    clear: left;
    margin-bottom: 20px;
    width: 100%;
}

#DefaultProductListing-FilterContainer {
    grid-column-start: 2;
}

#DefaultProductListing-HeadingContainer {
    grid-row-start: 1;
    grid-column-start: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.DefaultProductListing-SoldText {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RepeatForm {
    float: none !important;
    border: none;
    padding: 0px !important;
}

.DefaultProductListing-Heading h1 {
    position: relative;
    margin: 0px;
}

#DefaultProductListing-TitleContainer {
    width: 100%;
    float: left;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

#DefaultProductListing-Container {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 20px;
    row-gap: 20px;
    float: left;
}

.DefaultProductListing-InnerContainer {
    position: relative;
    float: left;
    width: 100%;
box-sizing: border-box;
padding: 20px;
border: 1px solid #E8E8E8;
transition: border-color 0.3s ease;
}

.DefaultProductListing-InnerContainer:hover {
border: 1px solid #C91E15;
}

.DefaultProductListing-ProductImageContainer {
    display: flex;
    justify-content: center;
min-height: 250px;
align-items: center;
}

img.DefaultProductListing-ProductImage {
    max-width: 100% !important;
    max-height: 240px !important;
    height: auto !important;
    width: auto !important;
}

#DefaultProductListing-ItemCodeContainer {
    float: left;
    width: 100%;
    margin-bottom: 5px;
margin-top: 10px;
}

.DefaultProductListing-ProductName h2 {
    width: 100%;
    float: left;
    margin: 10px 0px;
    min-height: 50px;
}

#DefaultProductListing-ProductPriceContainer {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

#DefaultProductListing-PriceTaxContainer {
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}

#DefaultProductListing-PriceCartContainer {
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%;
    align-items: center;
}

.DefaultProductListing-AddToBasketContainer {
    display: flex;
    width: 100%;
    height: auto !important;
    float: left;
    justify-content: flex-end;
    column-gap: 10px;
}

.DefaultProductListing-AddToBasket {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
    float: left;
    width: 40px;
    height: 40px;
}

.DefaultProductListing-SelectOptions {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
    float: left;
    width: 40px;
    height: 40px;
}

.DefaultProductListing-ViewDetails {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
    float: left;
    width: 40px;
    height: 40px;
}

#DefaultProductListing-SelectOptionsPosition {
    width: 100%;
}

.VariantStockError {
    display: none;
}

#DefaultProductListing-EstimatedDeliveryMessage {
    text-align: center;
    width: 95%;
    text-decoration: none;
    margin-bottom: 0px;
    margin-top: 5px;
    padding: 2.5%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.POAmessage {
text-align: center;
font-size: 14px;
float: left;
width: 100%;
}

@media only screen and (max-width: 1190px) {
    #DefaultProductListing-Container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 900px) {
    #DefaultProductListing-Container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 750px) {
#DefaultProductListing-FilterPanel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
padding: 15px 0px;
}

.DefaultProductListing-Heading h1 {
    text-align: center;
}

.FilterText2 {
        text-align: left;
}

#PriceFilter {
border-radius:0px;
float:right;
border: none;
padding: 10px !important;
border: solid 1px #eee !important;
}
}

@media only screen and (max-width: 695px) {
    #DefaultProductListing-Container {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0px;
        row-gap: 20px;
width: 95%;
padding: 0px 2.5%;
    }

#DefaultProductListing-TitleContainer {
    width: 95%;
padding: 0px 2.5%;
}

    .DefaultProductListing-ProductName h2 {
        min-height: auto;
    }

    .DefaultProductListing-SubHeading {
        text-align: center;
    }

    .DefaultProductListing-Heading {
        text-align: center;
    }

.DefaultProductListing-Heading {
font-size: 32px;
line-height: 36px;
}

#DefaultProductListing-HeadingContainer {
    justify-content: center;
}

#DefaultProductListing-FilterPanel {
    padding: 15px 0px 5px 0px;
}

    img.DefaultProductListing-ProductImage {
        max-width: 100% !important;
        max-height: none !important;
        height: auto !important;
        width: auto !important;
    }
}

@media only screen and (max-width: 550px) {
    #DefaultProductListing-FilterContainer {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        margin: auto;
        margin-top: 10px;
        padding: 5px 0px 16px 0px;
    }

    #DefaultProductListing-HeadingContainer {
        grid-column-start: 1;
        grid-column-end: 3;
        text-align: center;
    }
}